home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / fightfight2.swf / scripts / DefineButton2_515 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-05-08  |  247 b   |  17 lines

  1. on(release){
  2.    if(_root.enemy.easy)
  3.    {
  4.       tellTarget(_root.enemy)
  5.       {
  6.          gotoAndStop(19);
  7.       }
  8.    }
  9.    else if(_root.enemy.hard)
  10.    {
  11.       tellTarget(_root.enemy)
  12.       {
  13.          gotoAndStop(1);
  14.       }
  15.    }
  16. }
  17.